Using consistent naming conventions is important for the readability and maintainability of code. In the case of message templates, using
PascalCase for named placeholders ensures consistency with structured logging conventions, where each named placeholder is used as a property name in
the structured data.
The rule covers the following logging frameworks: